home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
lisp
/
kcl
/
kcl.lha
/
uts
/
makefiles
/
make_lsp
< prev
next >
Wrap
Text File
|
1987-05-08
|
431b
|
30 lines
.SUFFIXES: .o .c .lsp
PORTDIR = ../unixport
OBJS = arraylib.o assert.o defmacro.o defstruct.o describe.o evalmacros.o \
iolib.o listlib.o mislib.o module.o numlib.o packlib.o predlib.o \
seq.o seqlib.o setf.o top.o trace.o
CFLAGS = -c -O
all: $(OBJS)
#.lsp.c:
# #$(PORTDIR)/saved_kcl $(PORTDIR)/ $* $* S0111
.c.o:
cc $(CFLAGS) $*.c
cat $*.data >> $*.o
clean:
rm -f *.o core a.out
allclean:
rm -f *.h *.data *.c